Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps the playwright-skill group in /claude-code/smartem-frontend/skills/playwright-skill with 2 updates: @mui/material and playwright.

Updates @mui/material from 7.3.5 to 7.3.7

Release notes

Sourced from @​mui/material's releases.

v7.3.7

A big thanks to the 16 contributors who made this release possible.

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​AarishMansur, @​alelthomas, @​atharva3333, @​bricefrisco, @​Janpot, @​jnbain, @​joserodolfofreitas, @​mapache-salvaje, @​mj12albert, @​oliviertassinari, @​prakhargupta1, @​rithik56, @​siriwatknp, @​TimKraemer, @​Zache, @​ZeeshanTamboli

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

7.3.7

Jan 8, 2026

A big thanks to the 16 contributors who made this release possible.

@mui/[email protected]

Docs

Core

... (truncated)

Commits
  • 86fd51e v7.3.7 (#47565)
  • cb4d8ac [focus-trap] Compute activeElement inside loopFocus on every keydown (#47...
  • f1bc738 [appbar] Fix inherit color CSS variable not getting applied (#47518)
  • e7c83ed Pin dependencies (#47530)
  • dd7c7d8 Pin dependencies (#47529)
  • d7995a3 Pin dependencies (#47531)
  • 4915b2f [autocomplete] Fix ArrowLeft, Backspace & Delete behavior for multiple ...
  • 3a992ee [checkbox] Fix readonly checkboxes (#47503)
  • 6291047 [card action area] Remove incorrect root ref being forwarded to focus highlig...
  • dac4642 [click-away-listener] Tighten the parameter type of createHandleSynthetic met...
  • Additional commits viewable in compare view

Updates playwright from 1.56.1 to 1.57.0

Release notes

Sourced from playwright's releases.

v1.57.0

Speedboard

In HTML reporter, there's a new tab we call "Speedboard":

It shows you all your executed tests sorted by slowness, and can help you understand where your test suite is taking longer than expected. Take a look at yours - maybe you'll find some tests that are spending a longer time waiting than they should!

Chrome for Testing

Starting with this release, Playwright switches from Chromium, to using Chrome for Testing builds. Both headed and headless browsers are subject to this. Your tests should still be passing after upgrading to Playwright 1.57.

We're expecting no functional changes to come from this switch. The biggest change is the new icon and title in your toolbar.

If you still see an unexpected behaviour change, please file an issue.

On Arm64 Linux, Playwright continues to use Chromium.

Waiting for webserver output

testConfig.webServer added a wait field. Pass a regular expression, and Playwright will wait until the webserver logs match it.

import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run start',
wait: {
stdout: '/Listening on port (?<my_server_port>\d+)/'
},
},
});

If you include a named capture group into the expression, then Playwright will provide the capture group contents via environment variables:

import { test, expect } from '@playwright/test';
test.use({ baseUrl: http://localhost:${process.env.MY_SERVER_PORT ?? 3000} });
test('homepage', async ({ page }) => {
await page.goto('/');
});
</tr></table>

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the playwright-skill group in /claude-code/smartem-frontend/skills/playwright-skill with 2 updates: [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) and [playwright](https://github.com/microsoft/playwright).


Updates `@mui/material` from 7.3.5 to 7.3.7
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v7.3.7/packages/mui-material)

Updates `playwright` from 1.56.1 to 1.57.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.57.0)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-version: 7.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: playwright-skill
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: playwright-skill
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added admin Project maintenance, dependency updates, or housekeeping devops CI/CD, deployment, infrastructure, or tooling work labels Jan 14, 2026
@vredchenko vredchenko merged commit abc2b03 into main Jan 14, 2026
4 checks passed
@vredchenko vredchenko deleted the dependabot/npm_and_yarn/claude-code/smartem-frontend/skills/playwright-skill/playwright-skill-d913bf37ae branch January 14, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

admin Project maintenance, dependency updates, or housekeeping devops CI/CD, deployment, infrastructure, or tooling work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants